THE HEAD SECTION

-- <HEAD> -- head entries -- </HEAD> --| 

There are several statements which can appear in the head section of an HTML document, but we will only consider the TITLE entry. It is used to name a document, and when a browser is running that document, and the contents of the title statement (document title) will usually appear in a window at the top of the browser. The form of the title statement is:

	-- <TITLE> -- document title -- </TITLE> --|

(View Alt. Syntax Definition.)

Look for the title of this document within your browser. The title is:

"HTML Tutor on the Web -- The HEAD SECTION"


Examples of the HEAD SECTION of a Document.


Back to the index.